window: Don't lose position information
authorBenjamin Otte <otte@redhat.com>
Wed, 25 Nov 2015 14:25:55 +0000 (15:25 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 25 Nov 2015 19:31:27 +0000 (20:31 +0100)
commit923ad2767ac722c7e4ec40d0f03ca01283a99b3b
tree616bd8559046b5d25c52e950fbad30fbe50260c2
parent415030d25f2552d3937ee3c394c50d22c5382982
window: Don't lose position information

Before calling gdk_window_move_resize(), store the full configure
request, not just width and height.

Fixes firefox randomly losing position of its dropdown windows.

https://bugzilla.gnome.org/show_bug.cgi?id=758609
gtk/gtkwindow.c